home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 82 / CD-ROM 82 / CD-ROM 82.iso / util / fbox / fbox.exe / setup.ini < prev    next >
Encoding:
INI File  |  2001-11-06  |  5.2 KB  |  166 lines

  1. ; Installscript for FolderBox. Copyright (C) 2001 by BAxBEx Software. All Rights reserved.
  2. ;-----------------------------------------------------------------------------------------------
  3.  
  4. [Setup]
  5.  
  6.  AppName           = "FolderBox"
  7.  Version           = "1.1"
  8.  Title             = "FolderBox Setup"
  9.  Copyright         = "Copyright ⌐ 2001 by BAxBEx Software. All Rights Reserved."
  10.  Company       = "BAxBEx Software"
  11.  Homepage          = "http://www.baxbex.com"
  12.  ExeName       = "Showbar"
  13.  Bitmap            = "setup.bmp"
  14.  SetupBitmapExStlye  = 0
  15.  TransparentBitmpap  = YES
  16.  Icon              = ""
  17.  MinimumInstall    = Basic
  18.  TypicalInstall    = Basic,Uninstall
  19.  RegRootPath       = "Software\BAxBEx\FolderBox"
  20.  BottomLine          = "Visit BAxBEx Software online at http://www.baxbex.com to get more Free- and Shareware"
  21.  BottomLineColor     = $FFFFFF
  22.  
  23.  
  24.  UseDesktopAsParentWindow = YES
  25.  DisplaySetupIcon         = NO
  26.  SilentMsgBox             = YES
  27.  
  28. ;-----------------------------------------------------------------------------------------------
  29. [SetupDLL]
  30.  SetupDLL = "FolderBoxShell.dll";
  31.  
  32. ;-----------------------------------------------------------------------------------------------
  33.  
  34. [Background]
  35.  Color1 = $FF0000
  36.  Color2 = $000000
  37.  
  38. [Finish]
  39.  DisplayRun        = Yes
  40.  ProgramPath       = "$TargetFolder\$ExeName.exe"
  41.  ProgramFlag       = Basic
  42.  
  43.  DisplayReadme     = Yes
  44.  ReadmePath        = "$TargetFolder\readme.txt"
  45.  ReadmeFlag        = Basic
  46.  
  47.  FinishText      = "Thank you for evaluating $AppName! $Return $Return Be sure to visit the $Company-Website at '$Homepage' to get the most current release of $AppName. You may also want to subscribe to the $Company mailing list to get free update notifications by email. $Return $Return OpenExpert is free for use at home!" 
  48.  
  49.  
  50. ;-----------------------------------------------------------------------------------------------
  51.  
  52. [TargetFolder]
  53.  BrowseForTarget   = Yes
  54.  TargetFolder      = "$ProgramFiles\$AppName"
  55.  
  56. ;-----------------------------------------------------------------------------------------------
  57.  
  58. [License]
  59.  DisplayLicense    = Yes
  60.  LicenseFile       = "lizenz.rtf"
  61.  
  62. ;-----------------------------------------------------------------------------------------------
  63.  
  64. [Uninstall]
  65.  CreateUninstall   = Yes
  66.  NeedReboot        = Yes
  67.  UninstallString   = "$AppName $Version"
  68.  UninstallApp      = "$TargetFolder\uninstall.exe"
  69.  
  70.  RemoveReg         = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run|$AppName"
  71.  RemoveReg         = "HKEY_CURRENT_USER\$RegRootPath"
  72.  RemoveReg         = "HKEY_LOCAL_MACHINE\$RegRootPath"
  73.  RemoveReg         = "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\$AppName"
  74.  RemoveReg         = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\$AppName.exe"
  75.  
  76.  RemoveEmptyReg    = "HKEY_CURRENT_USER\Software\BAxBEx"
  77.  RemoveEmptyReg    = "HKEY_LOCAL_MACHINE\Software\BAxBEx"
  78.  
  79.  URLInfoAbout      = "http://www.baxbex.com/"
  80.  URLUpdateInfo     = "http://www.baxbex.com/downloads.html"
  81.  HelpLink          = "http://www.baxbex.com/products.html"
  82.  
  83.  
  84. ;-----------------------------------------------------------------------------------------------
  85.  
  86. [CreateFolder]
  87.  CreateFolder      = "CreateTargetFolder"
  88.  
  89. [CreateTargetFolder]
  90.  Path              = "$TargetFolder"
  91.  Flag              = Basic
  92.  
  93. ;-----------------------------------------------------------------------------------------------
  94.  
  95. [Registry]
  96.  AddStandardKeys   = Yes
  97.  AddRegistry       = "RegisterItem1"
  98.  
  99. [RegisterItem1]
  100.  Rootkey           = HKey_CURRENT_USER
  101.  Path              = "Software\BAxBEx\FolderBox"
  102.  ItemName          = "InstallDir"
  103.  Value             = "$TargetFolder"
  104.  Flag              = Basic
  105.  
  106. ;-----------------------------------------------------------------------------------------------
  107.  
  108. [InstallFlags]
  109.  SelectInstallType = No
  110.  CustomInstall     = No
  111.  
  112. ;-----------------------------------------------------------------------------------------------
  113.  
  114. [ProgramGroup]
  115.  CreateGroup       = Yes
  116.  GroupName         = "$AppName"
  117.  InstallShortcut   = "ReadmeShortcut"
  118.  InstallShortcut   = "HelpShortcut"
  119.  Flag              = "ProgramGroup"
  120.  
  121. [HelpShortcut]
  122.  ShortcutPath      = "$GroupFolder\How to enable FolderBox"
  123.  TargetFile        = "$TargetFolder\$ExeName.exe"
  124.  Flag              = Basic
  125.  
  126. [ReadmeShortcut]
  127.  ShortcutPath      = "$GroupFolder\Readme"
  128.  TargetFile        = "$TargetFolder\readme.txt"
  129.  Flag              = Basic
  130.  
  131. ;-----------------------------------------------------------------------------------------------
  132.  
  133. [Install Files]
  134.  File = "Showbar.exe"
  135.  File = "FolderBox.dll"
  136.  File = "FolderBoxShell.dll"
  137.  File = "BAxBEx Web Site.url"
  138.  File = "uninstall.exe"
  139.  File = "readme.txt"
  140.  
  141. ;-----------------------------------------------------------------------------------------------
  142.  
  143. [Showbar.exe]
  144.  Flag = Basic
  145.  
  146. [FolderBox.dll]
  147.  Flag = Basic
  148.  RegisterServer = Yes
  149.  
  150. [FolderBoxShell.dll]
  151.  Flag = Basic
  152.  RegisterServer = Yes
  153.  
  154. [readme.txt]
  155.  Flag = Basic
  156.  
  157. [BAxBEx Web Site.url]
  158.  Flag = ProgramGroup
  159.  TargetFolder = "$GroupFolder"
  160.  
  161. [uninstall.exe]
  162.  Flag = Uninstall  
  163.  
  164. ;-----------------------------------------------------------------------------------------------
  165. ;End of file
  166.